[INFO] cloning repository https://github.com/MetaphorC/rendrw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MetaphorC/rendrw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMetaphorC%2Frendrw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMetaphorC%2Frendrw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d05fd4c236c9c5e3c74f6998c3eddc7391d73af7
[INFO] fixing MetaphorC/rendrw against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMetaphorC%2Frendrw" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MetaphorC/rendrw
[INFO] finished tweaking git repo https://github.com/MetaphorC/rendrw
[INFO] tweaked toml for git repo https://github.com/MetaphorC/rendrw written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MetaphorC/rendrw on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MetaphorC/rendrw already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wgpu-types v0.15.2
[INFO] [stderr]   Downloaded hassle-rs v0.9.0
[INFO] [stderr]   Downloaded wgpu v0.15.1
[INFO] [stderr]   Downloaded wgpu-core v0.15.1
[INFO] [stderr]   Downloaded wgpu-hal v0.15.4
[INFO] [stderr]   Downloaded naga v0.11.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90
[INFO] running `Command { std: "docker" "start" "3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking wayland-sys v0.29.5
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking wgpu-types v0.15.2
[INFO] [stderr]     Checking renderdoc-sys v0.7.1
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]     Checking ab_glyph v0.2.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking naga v0.11.1
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wgpu-hal v0.15.4
[INFO] [stderr]     Checking wgpu-core v0.15.1
[INFO] [stderr]     Checking wgpu v0.15.1
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking rendrw v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]  --> src/main.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[tokio::main]
[INFO] [stdout]   |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]  --> src/main.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[tokio::main]
[INFO] [stdout]   |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/main.rs:15:40
[INFO] [stdout]      |
[INFO] [stdout]   15 |     let instance = wgpu::Instance::new(backend);
[INFO] [stdout]      |                    ------------------- ^^^^^^^ expected `InstanceDescriptor`, found `Backends`
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.15.1/src/lib.rs:1330:12
[INFO] [stdout]      |
[INFO] [stdout] 1330 |     pub fn new(instance_desc: InstanceDescriptor) -> Self {
[INFO] [stdout]      |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |             compatible_surface: Some(&surface),
[INFO] [stdout]    |                                 ---- ^^^^^^^^ expected `&Surface`, found `&Result<Surface, CreateSurfaceError>`
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&Surface`
[INFO] [stdout]               found reference `&Result<Surface, CreateSurfaceError>`
[INFO] [stdout] help: the type constructed contains `&Result<Surface, CreateSurfaceError>` due to the type of the argument passed
[INFO] [stdout]   --> src/main.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |             compatible_surface: Some(&surface),
[INFO] [stdout]    |                                 ^^^^^--------^
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:605:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `force_fallback_adapter` in initializer of `RequestAdapterOptionsBase<&Surface>`
[INFO] [stdout]   --> src/main.rs:18:27
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .request_adapter(&wgpu::RequestAdapterOptions {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `force_fallback_adapter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/main.rs:15:40
[INFO] [stdout]      |
[INFO] [stdout]   15 |     let instance = wgpu::Instance::new(backend);
[INFO] [stdout]      |                    ------------------- ^^^^^^^ expected `InstanceDescriptor`, found `Backends`
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    arguments to this function are incorrect
[INFO] [stdout]      |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.15.1/src/lib.rs:1330:12
[INFO] [stdout]      |
[INFO] [stdout] 1330 |     pub fn new(instance_desc: InstanceDescriptor) -> Self {
[INFO] [stdout]      |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |             compatible_surface: Some(&surface),
[INFO] [stdout]    |                                 ---- ^^^^^^^^ expected `&Surface`, found `&Result<Surface, CreateSurfaceError>`
[INFO] [stdout]    |                                 |
[INFO] [stdout]    |                                 arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&Surface`
[INFO] [stdout]               found reference `&Result<Surface, CreateSurfaceError>`
[INFO] [stdout] help: the type constructed contains `&Result<Surface, CreateSurfaceError>` due to the type of the argument passed
[INFO] [stdout]   --> src/main.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |             compatible_surface: Some(&surface),
[INFO] [stdout]    |                                 ^^^^^--------^
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:605:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `force_fallback_adapter` in initializer of `RequestAdapterOptionsBase<&Surface>`
[INFO] [stdout]   --> src/main.rs:18:27
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .request_adapter(&wgpu::RequestAdapterOptions {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `force_fallback_adapter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_supported_formats` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]   --> src/main.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |         format: surface.get_supported_formats(&adapter)[0],
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ method not found in `Result<Surface, CreateSurfaceError>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `alpha_mode` and `view_formats` in initializer of `wgpu_types::SurfaceConfiguration<Vec<TextureFormat>>`
[INFO] [stdout]   --> src/main.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let config = wgpu::SurfaceConfiguration {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `alpha_mode` and `view_formats`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_supported_formats` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]   --> src/main.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |         format: surface.get_supported_formats(&adapter)[0],
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ method not found in `Result<Surface, CreateSurfaceError>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `alpha_mode` and `view_formats` in initializer of `wgpu_types::SurfaceConfiguration<Vec<TextureFormat>>`
[INFO] [stdout]   --> src/main.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let config = wgpu::SurfaceConfiguration {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `alpha_mode` and `view_formats`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `configure` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]     --> src/main.rs:37:13
[INFO] [stdout]      |
[INFO] [stdout]   37 |     surface.configure(&device, &config);
[INFO] [stdout]      |             ^^^^^^^^^ method not found in `Result<Surface, CreateSurfaceError>`
[INFO] [stdout]      |
[INFO] [stdout] note: the method `configure` exists on the type `Surface`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.15.1/src/lib.rs:4112:5
[INFO] [stdout]      |
[INFO] [stdout] 4112 |     pub fn configure(&self, device: &Device, config: &SurfaceConfiguration) {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Surface` value, panicking if the value is a `Result::Err`
[INFO] [stdout]      |
[INFO] [stdout]   37 |     surface.expect("REASON").configure(&device, &config);
[INFO] [stdout]      |            +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bytemuck` in this scope
[INFO] [stdout]   --> src/main.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |         contents: bytemuck::cast_slice(vertices),
[INFO] [stdout]    |                   ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `configure` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]     --> src/main.rs:37:13
[INFO] [stdout]      |
[INFO] [stdout]   37 |     surface.configure(&device, &config);
[INFO] [stdout]      |             ^^^^^^^^^ method not found in `Result<Surface, CreateSurfaceError>`
[INFO] [stdout]      |
[INFO] [stdout] note: the method `configure` exists on the type `Surface`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.15.1/src/lib.rs:4112:5
[INFO] [stdout]      |
[INFO] [stdout] 4112 |     pub fn configure(&self, device: &Device, config: &SurfaceConfiguration) {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Surface` value, panicking if the value is a `Result::Err`
[INFO] [stdout]      |
[INFO] [stdout]   37 |     surface.expect("REASON").configure(&device, &config);
[INFO] [stdout]      |            +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `bytemuck` in this scope
[INFO] [stdout]   --> src/main.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |         contents: bytemuck::cast_slice(vertices),
[INFO] [stdout]    |                   ^^^^^^^^ use of unresolved module or unlinked crate `bytemuck`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `bytemuck`, use `cargo add bytemuck` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_current_texture` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]     --> src/main.rs:55:22
[INFO] [stdout]      |
[INFO] [stdout]   54 |                   let frame = surface
[INFO] [stdout]      |  _____________________________-
[INFO] [stdout]   55 | |                     .get_current_texture()
[INFO] [stdout]      | |                     -^^^^^^^^^^^^^^^^^^^ method not found in `Result<Surface, CreateSurfaceError>`
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      |
[INFO] [stdout]      |
[INFO] [stdout] note: the method `get_current_texture` exists on the type `Surface`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.15.1/src/lib.rs:4134:5
[INFO] [stdout]      |
[INFO] [stdout] 4134 |     pub fn get_current_texture(&self) -> Result<SurfaceTexture, SurfaceError> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Surface` value, panicking if the value is a `Result::Err`
[INFO] [stdout]      |
[INFO] [stdout]   54 |                 let frame = surface.expect("REASON")
[INFO] [stdout]      |                                    +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:66:42
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       color_attachments: &[wgpu::RenderPassColorAttachment {
[INFO] [stdout]    |  __________________________________________^
[INFO] [stdout] 67 | |                         view: &view,
[INFO] [stdout] 68 | |                         resolve_target: None,
[INFO] [stdout] 69 | |                         ops: wgpu::Operations {
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |                         },
[INFO] [stdout] 78 | |                     }],
[INFO] [stdout]    | |_____________________^ expected `Option<RenderPassColorAttachment<'_>>`, found `RenderPassColorAttachment<'_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<RenderPassColorAttachment<'_>>`
[INFO] [stdout]             found struct `RenderPassColorAttachment<'_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 66 ~                     color_attachments: &[Some(wgpu::RenderPassColorAttachment {
[INFO] [stdout] 67 |                         view: &view,
[INFO] [stdout] ...
[INFO] [stdout] 77 |                         },
[INFO] [stdout] 78 ~                     })],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_current_texture` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]     --> src/main.rs:55:22
[INFO] [stdout]      |
[INFO] [stdout]   54 |                   let frame = surface
[INFO] [stdout]      |  _____________________________-
[INFO] [stdout]   55 | |                     .get_current_texture()
[INFO] [stdout]      | |                     -^^^^^^^^^^^^^^^^^^^ method not found in `Result<Surface, CreateSurfaceError>`
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      |
[INFO] [stdout]      |
[INFO] [stdout] note: the method `get_current_texture` exists on the type `Surface`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-0.15.1/src/lib.rs:4134:5
[INFO] [stdout]      |
[INFO] [stdout] 4134 |     pub fn get_current_texture(&self) -> Result<SurfaceTexture, SurfaceError> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Surface` value, panicking if the value is a `Result::Err`
[INFO] [stdout]      |
[INFO] [stdout]   54 |                 let frame = surface.expect("REASON")
[INFO] [stdout]      |                                    +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]  --> src/main.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | async fn main() {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/main.rs:66:42
[INFO] [stdout]    |
[INFO] [stdout] 66 |                       color_attachments: &[wgpu::RenderPassColorAttachment {
[INFO] [stdout]    |  __________________________________________^
[INFO] [stdout] 67 | |                         view: &view,
[INFO] [stdout] 68 | |                         resolve_target: None,
[INFO] [stdout] 69 | |                         ops: wgpu::Operations {
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |                         },
[INFO] [stdout] 78 | |                     }],
[INFO] [stdout]    | |_____________________^ expected `Option<RenderPassColorAttachment<'_>>`, found `RenderPassColorAttachment<'_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Option<RenderPassColorAttachment<'_>>`
[INFO] [stdout]             found struct `RenderPassColorAttachment<'_>`
[INFO] [stdout] help: try wrapping the expression in `Some`
[INFO] [stdout]    |
[INFO] [stdout] 66 ~                     color_attachments: &[Some(wgpu::RenderPassColorAttachment {
[INFO] [stdout] 67 |                         view: &view,
[INFO] [stdout] ...
[INFO] [stdout] 77 |                         },
[INFO] [stdout] 78 ~                     })],
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0308, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0308, E0433, E0599, E0752.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rendrw` (bin "rendrw" test) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rendrw` (bin "rendrw") due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90", kill_on_drop: false }`
[INFO] [stdout] 3a657bea240d5acbee8937721be4c6257e997842d9d43d493f161b5885d19c90
